Re: Re: Call for platforms - Mailing list pgsql-hackers

From Henry B. Hotz
Subject Re: Re: Call for platforms
Date
Msg-id v04210102b6f7b1b7a6e0@[137.78.84.130]
Whole thread Raw
In response to Re: Re: Call for platforms  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Re: Call for platforms  (Giles Lean <giles@nemeton.com.au>)
Re: Re: Call for platforms  (Patrick Welche <prlw1@newn.cam.ac.uk>)
List pgsql-hackers
At 1:50 AM -0400 4/6/01, Tom Lane wrote:
>"Henry B. Hotz" <hotz@jpl.nasa.gov> writes:
> > Bottom line:  7.1RC1 passes most of the regression tests on
> > NetBSD/macppc.
>
>The only thing that surprised me here was all of the warnings from
>libreadline calls:
>
> >> tab-complete.c: In function `initialize_readline':
> >> tab-complete.c:103: warning: assignment from incompatible pointer type
> >> tab-complete.c: In function `psql_completion':
> >> tab-complete.c:292: warning: passing arg 2 of `completion_matches'
> >> from incompatible pointer type
> >> tab-complete.c:296: warning: passing arg 2 of `completion_matches'
> >> from incompatible pointer type
>
>What version of libreadline do you have installed, and how does it
>declare completion_matches()?

I have whatever is standard on NetBSD 1.5.  I noticed that configure 
found a readline.h include file, but NetBSD doesn't integrate the 
current GNU implementation.  I did not do a test of psql to see if 
the feature worked.

I'm sure you could "fix" this problem if you installed GNU readline 
and referenced it in the build.  Since Solaris had even worse issues 
with needing GNU support utilities installed this didn't seem like a 
big deal to me.  OTOH it could confuse a new user.


Signature held pending an ISO 9000 compliant
signature design and approval process.
h.b.hotz@jpl.nasa.gov, or hbhotz@oxy.edu


pgsql-hackers by date:

Previous
From: John Coers
Date:
Subject: libpq PQexec call of COPY
Next
From: "August Zajonc"
Date:
Subject: Re: "--tuning" compile and runtime option (?)